From 0639a4c66c8f79fc977d494cad1506df8ca3c849 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 21 Oct 2018 18:41:52 -0500 Subject: [PATCH] Fix alter_db function redefinition --- src/pgwui_core/pgwui_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pgwui_core/pgwui_core.py b/src/pgwui_core/pgwui_core.py index ff84216..6b714b9 100644 --- a/src/pgwui_core/pgwui_core.py +++ b/src/pgwui_core/pgwui_core.py @@ -1487,7 +1487,7 @@ class DBConnector(object): # Configuration and response management. self.uh = uh - def alter_db(self, conn): + def call_alter_db(self, conn): ''' Alter the contents of the db. -- 2.34.1